home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / MantAirBall.swf / scripts / frame_1 / PlaceObject2_10_23 / CLIPACTIONRECORD onClipEvent(load).as < prev   
Encoding:
Text File  |  2005-08-05  |  231 b   |  15 lines

  1. onClipEvent(load){
  2.    base = 520;
  3.    lw = 30;
  4.    rw = 520;
  5.    ball = random(6);
  6.    this.gotoAndPlay(ball);
  7.    yspeed = 0;
  8.    xspeed = random(10);
  9.    cd = random(2);
  10.    if(cd == 1)
  11.    {
  12.       xspeed = - xspeed;
  13.    }
  14. }
  15.